Collection which supports grouping
Syntax
'Declaration
<DefaultMemberAttribute("Item")>
Public Class C1GroupCollectionView(Of As Class)
Inherits C1.CollectionView.C1WrapCollectionView(Of S,Object)
Implements C1.CollectionView.ICollectionView(Of Object), C1.CollectionView.ISupportAsyncLoading(Of Object), ISupportCurrency, ISupportEditing, ISupportFiltering, ISupportGrouping, ISupportIncrementalLoading, ISupportPaging, ISupportRefreshing, ISupportSorting
[DefaultMember("Item")]
public class C1GroupCollectionView<> : C1.CollectionView.C1WrapCollectionView<S,object>, C1.CollectionView.ICollectionView<object>, C1.CollectionView.ISupportAsyncLoading<object>, ISupportCurrency, ISupportEditing, ISupportFiltering, ISupportGrouping, ISupportIncrementalLoading, ISupportPaging, ISupportRefreshing, ISupportSorting
where S: class
Type Parameters
- S
- The type of the items in the source collection
Inheritance Hierarchy
See Also